home *** CD-ROM | disk | FTP | other *** search
/ Educational Software Cooperative 4 / Educational Software Cooperative 4.iso / creat401 / reader.bat < prev    next >
DOS Batch File  |  1995-07-27  |  231b  |  16 lines

  1. :start
  2. echo off
  3. if .%1==. goto done
  4. cls
  5. %1
  6. cls
  7. echo To read the next chapter, press ENTER.
  8. echo To stop reading, press CTRL C, and then
  9. echo answer Y at the prompt.
  10. pause
  11. shift
  12. goto start
  13. :done
  14. cls
  15. echo That's all!
  16.